﻿je_seizing_collasuyu = {
	icon = "gfx/interface/icons/event_icons/event_military.dds"

	is_shown_when_inactive = {
		exists = c:PAT
		any_neighbouring_state = {
			owner = c:PAT
		}
		OR = {
			country_has_primary_culture = cu:quechua
		}
	}

	possible = {
		OR = {
			has_law = law_type:law_colonial_exploitation
			has_law = law_type:law_colonial_resettlement
		}
	}

	complete = {
		OR = {
			#DVG
			owns_entire_state_region = STATE_COLLASUYU
		}
	}

	on_complete = {
		trigger_event = { id = seizing_collasuyu.1 }
	}
}